Welcome![Sign In][Sign Up]
Location:
Search - i2c 51

Search list

[assembly language89S51-TEA5767

Description: I2C控制TEA5767,每按一次按键步进0.1M,频率(88-108MHZ)-I2C control TEA5767 every time a key step 0.1M, frequency (88-108MHZ)
Platform: | Size: 2048 | Author: | Hits:

[SCMRFID-C++

Description: 飞利浦RC522芯片源代码。该芯片主要针对三表市场和手持设备,支持I2C/SPI/UART接口。 先发布基于普通51单片机的驱动源代码,采用串口接口,无需中断。只要接一个串口,后续会发布基于飞利浦LPC9401的读写源代码!LPC9401也是基于51核,只需连接SPI接口!有公司拿这个源代码卖钱哟-Philips RC522 chip source. The chip targeted at three tables and handheld devices market, support I2C/SPI/UART interface. Based on the first general release 51 MCU-driven source code, using serial interface, without interruption. As long as a serial port access, the follow-up will be issued based on the Philips LPC9401 write source code! LPC9401 is based on the 51 nuclear, only connecting SPI interface! A company with the source code acquisition yo! !
Platform: | Size: 1024 | Author: wxf | Hits:

[assembly languageI2C_C51

Description: IC2的程序包,实现勒51中的串行数据的传输诸多问题的解决
Platform: | Size: 153600 | Author: sunliwei | Hits:

[Embeded-SCM DevelopZLG7290Demo

Description: I2C键盘控制芯片ZLG7290在51上的demo程序 I2C总线,可以控制8*8键盘和LED数码管 非常强大-I2C chip ZLG7290 keyboard control in 51 of the demo program on I2C bus can control the 8* 8 keyboard and LED digital tube is very strong
Platform: | Size: 46080 | Author: Yining Lin | Hits:

[SCMC51bus

Description:
Platform: | Size: 64512 | Author: 帅冲 | Hits:

[Embeded-SCM DevelopI2C

Description: 关于台湾新茂SM5964 I2C的程序,51内核的单片机都能用-Mao on Taiwan s new SM5964 I2C procedures, 51-core microcontroller can be used
Platform: | Size: 1024 | Author: winde | Hits:

[SCMIIC

Description: 标准80C51单片机模拟I2C总线的主机程序.根据PHILIPS I2C总线协议编写。-Standard 80C51 single-chip simulation of I2C Bus host procedures. PHILIPS I2C bus protocol in accordance with the preparation.
Platform: | Size: 3072 | Author: 赵忠 | Hits:

[Embeded-SCM Developi2c

Description: 51单片机上模拟i2c传输的程序,自己更改2个io口就可使用。-51 Single-chip simulation i2c transfer procedures, change their own 2 io I can use.
Platform: | Size: 1024 | Author: | Hits:

[SCMc51_h

Description: 51操作库,包括12684,DS18B20,DS1302,1602,PCF8519,PCF9863,PS2,I2C等-51 operating base, including the 12684, DS18B20, DS1302, 1602, PCF8519, PCF9863, PS2, I2C, etc.
Platform: | Size: 29696 | Author: 李如晓 | Hits:

[Embeded-SCM Developrt51_i2c_mdio_uart

Description: 基于51类单片机RTX51多任务系统,通过串口发送控制命令,模拟实现i2c及mdio口功能。(C语言)-RTX51 based on 51 categories of single-chip multi-tasking system, send control commands through the serial, analog I realize i2c and MDIO function. (C language)
Platform: | Size: 8192 | Author: 卫健 | Hits:

[SCMIIC_test

Description: iic通讯程序,51芯片,c语言编写,可供参考并修改成使用程序,欢迎下载-IIC communication procedures, 51 chips, c language, available to use and modify procedures, welcome to download
Platform: | Size: 25600 | Author: lovenzz | Hits:

[SCMI2CFM3130

Description: 用单片机的I/O口模拟I2C协议 I2C用IO模拟程序网上范例最多的就是51的程序了,这些范例的正确性无需怀疑.但是如果直接以它为蓝本将它"AVR化",一不留神,就会有点问题了. 这要从I2C的硬件规范和AVR及51单片机的IO口说起.I2C要求SCL,SDA二线都有 线与 功能,即I2C驱动口应该是 漏极开路 电路,其高电平的维持是靠上拉电阻来实现的, 而低电平则需要驱动口的强下拉能力. 51单片机IO口正好完全符合这个特性.写起I2C驱动颇为得心应手.但是AVR的IO口强大了,它输出的高电平是实实在在的高电平,而不是靠什么上拉电阻来提供,只有10mA都不到的电流!于是如果直接使用 PORTB_Bit0 = 1这样的操作,就不能满足I2C的线与功能了,如果此时有别的设备要将SCL或者SDA拉低,那么结果就是二个IO口打架,谁赢谁输不得而知,时间长了,多半是两败俱伤,芯片发热吧. 当然AVR的IO口自然有办法满足I2C的电气特性要求,不就是不能输出1么,那么用它的高阻状态即可(DDRB_Bit0=0,PORTB_Bit0=0即可),要输出0么(DDRB_Bit0=1,PORTB_Bit0=0).
Platform: | Size: 1576960 | Author: sanke | Hits:

[SCMi2c_huntstart

Description: 用51单片机普通io口模拟的i2c总线协议,也是我全国电子设计大赛集训时写的,keil c51编写,一条总线上可以挂接多个器件,多于节省io口很有帮助。-With 51 single-chip simulation of ordinary io I i2c bus protocol, but also the national electronic design contest I am writing training, keil c51 prepared, a bus can be articulated multiple devices, saving more than helpful io mouth.
Platform: | Size: 1024 | Author: bear zhou | Hits:

[SCM51I2C

Description: 实现51系列单片机模拟I2C总线同24C04之间传输信息-51 Series single-chip analog I2C bus with transmission of information between the 24C04
Platform: | Size: 1024 | Author: 文超 | Hits:

[Embeded-SCM DevelopE2ROM

Description: E2ROM的读写程序,用51测试通的,是I2C总线的。-E2ROM reading and writing process, with 51 test pass is I2C bus.
Platform: | Size: 26624 | Author: yanbangjiao | Hits:

[SCMfrequently_used_source_code

Description: 单片机方面大量常用优秀源代码和说明 ACM-12864汉字液晶显示驱动程序 Ad_da转换 ADC0809 adc2051 AD转换类 C51_table DES算法演示 I2c总线 IIC LED显示 编程规范与范例 步进电机 查表 串行通信 打印 代码运算类 代码转换 单片机经验谈 单片机直接驱动液晶显示 电机pwm控制 电机控制 定浮点子程序库 定时与中断 二进制数运算 汇编与c的衔接 键盘扫描程序 键盘与显示 交通灯 抗干扰 滤波 排序 排序类 频率计 软件工程 实用子程序 数字多用表 数字频率计 通讯 显示子程序 延时 移位除 音乐 应用类 源程序 在线下载器源程序 中断应用 自动往返小汽车 51单片机子程序.exe AT90S8515打铃程序.ASM hex2bcd.asm main_last.asm RTX-51 Real-Time(汉).pdf RTX-51 实时操作系统.pdf SOFT_UART.ASM test_read.asm testpw.asm 八月桂花香.asm 单片机C51编程几个有用的模块.htm 单片机实现软件滤波.txt 遥控器程序.txt -err
Platform: | Size: 2518016 | Author: 何小克 | Hits:

[SCMI2C_AD_DA

Description: 51单片机的I2C接口的AD及DA转换器的应用,内带硬件接线图片-51 I2C Interface MCU AD and DA converter application, in connection with hardware image
Platform: | Size: 37888 | Author: 丁佳 | Hits:

[SCMC51-TU

Description: 用STC89C51RC单片机控制的I2C总线高频头程序-STC89C51RC MCU with I2C Bus tuner program
Platform: | Size: 1024 | Author: 高峰 | Hits:

[SCM24C16

Description: 51读写24C16的源程序.....用IO口模拟I2C-51 to read and write the source code 24C16 ..... I used IO simulation I2C
Platform: | Size: 1024 | Author: eagleyjf | Hits:

[Other Embeded programI2C

Description: 这是由51系列单片机实现的I2C总线通信-This is from the 51 Series MCU I2C bus communication
Platform: | Size: 16384 | Author: 魏旭可 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 24 »

CodeBus www.codebus.net